Skip to content

Next #164

Merged
merged 3 commits into from
Aug 27, 2024
Merged

Next #164

merged 3 commits into from
Aug 27, 2024

Conversation

donald
Copy link
Contributor

@donald donald commented Aug 27, 2024

  • Fixed: Wrong exit status of mxqkill
  • Fixed (hopefully): Finished jobs not changing to FINISHED due to mysql deadlock

Fixes #161
Fixes #163

With the new logic, the normal program flow runs until the end of
main(). Unfortunately, there is a `return(1);` at the end. Remove that.
We've seen deadlocks when mxqkill races with job completion.

Handle deadlocks errors in mysql_stmt_execute. This is possible, because
we don't start multi-statement transactions.
* fix-mysql-deadlock:
  my_myql: Handle deadlocks in mysql_stmt_execute
@donald donald merged commit 9062e90 into master Aug 27, 2024
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
1 participant